This is the state of the game at the beginning
| player | loc | unit_id | unit_type | action | unit_name |
|---|---|---|---|---|---|
| chris | A5 | 1 | flying_hive_tryant | control | Midnight Assassin |
| chris | A5 | 2 | flying_hive_tryant | control | Hugo Weaving |
| chris | A5 | 3 | broodlord | control | Brian Eno & Daniel Lanois |
| chris | A5 | 4 | broodlord | control | Blanton Alspaugh (producer) |
| chris | A5 | 5 | neurothrope | control | Mad Professional |
| chris | A5 | 6 | tyranid_warriors | control | Sydney Young |
| chris | A5 | 7 | tyranid_warriors | control | Isla Contreras |
| chris | A5 | 8 | tyranid_warriors | control | Vincent Owens |
| chris | A5 | 9 | genestealers | control | John Hill |
| chris | A5 | 10 | genestealers | control | Paul Epworth |
| chris | A5 | 11 | termagants | control | Lillian Gardner |
| chris | A5 | 12 | hormagaunts | control | Greyson Franco |
| chris | A5 | 13 | ripper_swarms | control | Socrates |
| chris | A5 | 14 | ripper_swarms | control | John Rawls |
| chris | A5 | 15 | ripper_swarms | control | Natalia Espinoza |
| chris | A5 | 16 | hive_guard | control | Cora Delacruz |
| chris | A5 | 17 | maleceptor | control | Adam Hubbard |
| chris | A5 | 18 | venomthropes | control | Easton Fisher |
| chris | A5 | 19 | raveners | control | Morris West |
| chris | A5 | 20 | gargoyles | control | Insane Destroyer |
| chris | A5 | 21 | gargoyles | control | Gerald Sussman |
| chris | A5 | 22 | exocrine | control | Eliza Ford |
| chris | A5 | 23 | biovores | control | Natalie Miller |
| chris | A5 | 24 | biovores | control | Oliver Dean |
| chris | A5 | 25 | tyrannocyte | control | Bertrand Russell |
Players change their maps (making orders)
modify_unit("chris", c(6, 13), "move","A2")
modify_unit("chris", c(5, 7, 8, 12, 23), "move","A3")
modify_unit("chris", 1, "move","A4")
modify_unit("chris", c(10, 14, 24), "move","A6")
modify_unit("chris", c(3, 9, 17, 18, 22), "move","A7")
modify_unit("chris", 2, "move", c("A6", "A8"))
modify_unit("chris", 19, "move",c("B7", "B10"))
modify_unit("chris", 21, "move", c("B9", "B11"))
modify_unit("chris", c(4, 15), "move","B7")
modify_unit("chris", 20, "move", c("A7", "E1"))
modify_unit("chris", c(11, 16, 25), "control","A5")
## All units resolved.
Attempt to reconcile moves.
| player | loc | unit_id | unit_type | action | unit_name |
|---|---|---|---|---|---|
| chris | A2 | 6 | tyranid_warriors | move | Sydney Young |
| chris | A2 | 13 | ripper_swarms | move | Socrates |
| chris | A3 | 5 | neurothrope | move | Mad Professional |
| chris | A3 | 7 | tyranid_warriors | move | Isla Contreras |
| chris | A3 | 8 | tyranid_warriors | move | Vincent Owens |
| chris | A3 | 12 | hormagaunts | move | Greyson Franco |
| chris | A3 | 23 | biovores | move | Natalie Miller |
| chris | A4 | 1 | flying_hive_tryant | move | Midnight Assassin |
| chris | A5 | 11 | termagants | control | Lillian Gardner |
| chris | A5 | 16 | hive_guard | control | Cora Delacruz |
| chris | A5 | 25 | tyrannocyte | control | Bertrand Russell |
| chris | A6 | 10 | genestealers | move | Paul Epworth |
| chris | A6 | 14 | ripper_swarms | move | John Rawls |
| chris | A6 | 24 | biovores | move | Oliver Dean |
| chris | A7 | 3 | broodlord | move | Brian Eno & Daniel Lanois |
| chris | A7 | 9 | genestealers | move | John Hill |
| chris | A7 | 17 | maleceptor | move | Adam Hubbard |
| chris | A7 | 18 | venomthropes | move | Easton Fisher |
| chris | A7 | 22 | exocrine | move | Eliza Ford |
| chris | A8 | 2 | flying_hive_tryant | move | Hugo Weaving |
| chris | B10 | 19 | raveners | move | Morris West |
| chris | B11 | 21 | gargoyles | move | Gerald Sussman |
| chris | B7 | 4 | broodlord | move | Blanton Alspaugh (producer) |
| chris | B7 | 15 | ripper_swarms | move | Natalia Espinoza |
| chris | E1 | 20 | gargoyles | move | Insane Destroyer |
| eric | E4 | 21 | canoptek_scarab_swarms | move | Quiet Commander |
Players change their maps (making orders)
modify_unit("chris", c(6), "move","A4")
modify_unit("chris", c(13), "control","A2")
modify_unit("chris", c(5, 12, 23), "move","B2")
modify_unit("chris", c(7, 8), "control","A3")
modify_unit("chris", 1, "move", c("A6", "A8"))
modify_unit("chris", c(14), "control","A6")
modify_unit("chris", c(10, 24), "move","A8")
modify_unit("chris", c(3,17, 18, 22), "move","B9")
modify_unit("chris", c(9), "control","A7")
modify_unit("chris", 2, "move", "E1")
modify_unit("chris", 19, "move", c("B11", "E1"))
modify_unit("chris", 21, "move","B6")
modify_unit("chris", 4, "move","B8")
modify_unit("chris", 15, "move","B9")
modify_unit("chris", 20, "move", c("B11", "E2"))
modify_unit("chris", 11, "move","B7")
modify_unit("chris", c(16, 25), "control","A5")
## CONFLICT(s):
## Warning: Conflict is at hand! Please resolve territorial disputes.
Attempt to reconcile moves.
| player | loc | unit_id | unit_type | action | unit_name | passing_through |
|---|---|---|---|---|---|---|
| chris | A8 | 1 | flying_hive_tryant | move | Midnight Assassin | |
| chris | A8 | 10 | genestealers | move | Paul Epworth | |
| chris | A8 | 24 | biovores | move | Oliver Dean | |
| eric | A8 | 21 | canoptek_scarab_swarms | move | Quiet Commander | |
| chris | E1 | 2 | flying_hive_tryant | move | Hugo Weaving | |
| chris | E1 | 19 | raveners | move | Morris West | |
| eric | E1 | 21 | canoptek_scarab_swarms | move | Quiet Commander | TRUE |
| big_grizz | F5 | 9 | infiltrators | control | Allison Lopez | |
| eric | F5 | 27 | canoptek_scarab_swarms | move | Foolish Man | |
| big_grizz | H2 | 3 | techmarine | control | Nicholas Bowman | |
| big_grizz | H2 | 5 | tactical_squad | control | Ruby Goodwin | |
| big_grizz | H2 | 13 | dreadnought | control | Carter Lawrence | |
| big_grizz | H2 | 22 | storm_raven | control | Bittah Prophet | |
| eric | H2 | 22 | night_scythe | move | Wes McKinney Carroll | |
| eric | H2 | 23 | overlord | move | Steven Steele | |
| eric | H2 | 24 | royal_warden | move | Ashton Blake | |
| eric | H2 | 26 | necron_warriors | move | Lyla Murphy |
## All units resolved.
| player | loc | unit_id | unit_type | action | unit_name |
|---|---|---|---|---|---|
| chris | A2 | 13 | ripper_swarms | control | Socrates |
| chris | A3 | 7 | tyranid_warriors | control | Isla Contreras |
| chris | A3 | 8 | tyranid_warriors | control | Vincent Owens |
| chris | A4 | 6 | tyranid_warriors | move | Sydney Young |
| chris | A5 | 16 | hive_guard | control | Cora Delacruz |
| chris | A5 | 25 | tyrannocyte | control | Bertrand Russell |
| chris | A6 | 14 | ripper_swarms | control | John Rawls |
| chris | A7 | 9 | genestealers | control | John Hill |
| chris | A8 | 1 | flying_hive_tryant | move | Midnight Assassin |
| chris | A8 | 10 | genestealers | move | Paul Epworth |
| chris | A8 | 24 | biovores | move | Oliver Dean |
| chris | B2 | 5 | neurothrope | move | Mad Professional |
| chris | B2 | 12 | hormagaunts | move | Greyson Franco |
| chris | B2 | 23 | biovores | move | Natalie Miller |
| chris | B6 | 21 | gargoyles | move | Gerald Sussman |
| chris | B7 | 11 | termagants | move | Lillian Gardner |
| chris | B8 | 4 | broodlord | move | Blanton Alspaugh (producer) |
| chris | B9 | 3 | broodlord | move | Brian Eno & Daniel Lanois |
| chris | B9 | 15 | ripper_swarms | move | Natalia Espinoza |
| chris | B9 | 17 | maleceptor | move | Adam Hubbard |
| chris | B9 | 18 | venomthropes | move | Easton Fisher |
| chris | B9 | 22 | exocrine | move | Eliza Ford |
| chris | E1 | 2 | flying_hive_tryant | move | Hugo Weaving |
| chris | E1 | 19 | raveners | move | Morris West |
| chris | E2 | 20 | gargoyles | move | Insane Destroyer |
| eric | E3 | 20 | canoptek_scarab_swarms | move | Frank Sinatra |
Players change their maps (making orders)
modify_unit("chris", c(20), "defend", "E2")
modify_unit("chris", c(5, 23), "defend", "B2")
modify_unit("chris", c(16, 25), "defend", "A5")
modify_unit("chris", 3, "sneak", "B11")
modify_unit("chris", c(1,17,18) , "move", "B11")
modify_unit("chris", 2, "move", "E2")
modify_unit("chris", c(4) , "sneak", "B2")
modify_unit("chris", c(7) , "move", "B2")
modify_unit("chris", 6, "move", "A1")
modify_unit("chris", 8, "move", "B5")
modify_unit("chris", 9, "sneak", "B9")
modify_unit("chris", c(10) , "sneak", "E1")
modify_unit("chris", c(24) , "move", "E1")
modify_unit("chris", 11, "control", "B7")
modify_unit("chris", 12, "control", "B2")
modify_unit("chris", 13, "move", "A4")
modify_unit("chris", 14, "move", "A1")
modify_unit("chris", 15, "control", "B9")
modify_unit("chris", 19, "move", "E3")
modify_unit("chris", 21, "move", "B3")
modify_unit("chris", 22, "move", "B7")
modify_unit("chris", 19, "move","E1")
## CONFLICT(s):
## Warning: Conflict is at hand! Please resolve territorial disputes.
Attempt to reconcile moves.
| player | loc | unit_id | unit_type | action | unit_name | passing_through |
|---|---|---|---|---|---|---|
| big_grizz | B3 | 1 | ravenwing_talonmaster | move | E-ratic Criminal | |
| big_grizz | B3 | 10 | ravenwing_bike_squad | move | Alan Tudyk | |
| big_grizz | B3 | 11 | ravenwing_attack_bike | move | Zoe Saldana | |
| big_grizz | B3 | 12 | ravenwing_attack_bike | move | Fred MacMurray | |
| big_grizz | B3 | 16 | ravenwing_apothecary | move | Paul Bettany | |
| chris | B3 | 21 | gargoyles | move | Gerald Sussman | |
| big_grizz | C3 | 8 | tactical_squad | move | Angel Kelly | |
| big_grizz | C3 | 20 | eliminators | move | Babyface | |
| big_grizz | C3 | 21 | eradicators | move | Jaden May | |
| big_grizz | C3 | 23 | rhino | move | Warwick Davis | |
| big_grizz | C3 | 4 | phobos_librarian | sneak | Dan Auerbach | |
| big_grizz | C3 | 15 | invictor_tactical_warsuit | sneak | Manfred Eicher | |
| big_grizz | C3 | 19 | vindicare_assassin | sneak | Jack Antonoff | |
| eric | C3 | 12 | canoptek_scarab_swarms | move | Lucky RZA | TRUE |
| big_grizz | H3 | 3 | techmarine | move | Nicholas Bowman | |
| big_grizz | H3 | 5 | tactical_squad | move | Ruby Goodwin | |
| big_grizz | H3 | 13 | dreadnought | move | Carter Lawrence | |
| big_grizz | H3 | 22 | storm_raven | move | Bittah Prophet | |
| eric | H3 | 28 | canoptek_scarab_swarms | reinforce | Andy Serkis | |
| big_grizz | H5 | 6 | tactical_squad | control | Skylar Hicks | |
| eric | H5 | 22 | night_scythe | move | Wes McKinney Carroll | |
| eric | H5 | 23 | overlord | move | Steven Steele | |
| eric | H5 | 24 | royal_warden | move | Ashton Blake | |
| eric | H5 | 26 | necron_warriors | move | Lyla Murphy |